*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Wed, 31 Jul 2002 22:05:16 +0000 (22:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 31 Jul 2002 22:05:16 +0000 (22:05 +0000)
lisp/ChangeLog

index 92a45542ead527400fd747202d1dbbbaa8b2ec78..8f4553a6db21f2edca39f72c638b790ffadbc945 100644 (file)
@@ -1,3 +1,12 @@
+2002-07-31  Richard M. Stallman  <rms@gnu.org>
+
+       * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
+       Check that (car elt) is a string.
+
+       * pcomplete.el (pcomplete-entries): Doc fix.
+
+       * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
+
 2002-07-31  Andreas Schwab  <schwab@suse.de>
 
        * dired.el: Hide disabling of dired-find-alternate-file behind
 
 2002-07-29  Richard M. Stallman  <rms@gnu.org>
 
+       * bindings.el (help-echo): If global-mode-string is non-nil,
+       display some spaces after it.
+
+       * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
+       Don't call string-match on non-string.
+       (displaying-byte-compile-warnings): 
+
        * textmodes/ispell.el (check-ispell-version): Bind default-directory
        to avoid errors.  Kill the old temp buffer at the beginning.